home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / windows / cf600.zip / CHANGES.TXT < prev    next >
Text File  |  1996-02-04  |  48KB  |  1,063 lines

  1.  
  2.  
  3.  
  4.                      *******************************
  5.                      *                             *
  6.                      *     History of Changes      *
  7.                      *                             *
  8.                      *  CMFiler -- Version 6.00    *
  9.                      *                             *
  10.                      *******************************
  11.  
  12.  
  13.      The following features have been added or improved since Version 5.32, in
  14.      reverse chronological order:
  15.  
  16.      ----- 6.00  -----
  17.  
  18.      1.   Added comprehensive support of Windows 95 long filenames.
  19.  
  20.      2.   Retired the NARATIVE.CF notes file format, and consolidated all
  21.      notes in DESCRIPT.ION file format.  Notes facilities (Shift-N view notes
  22.      and Ctrl-N edit notes) import long filenames from Win95 into DESCRIPT.ION
  23.      file for that directory.
  24.  
  25.      3.   Increased length limit on CMFiler notes to 255 bytes, consistent
  26.      with Win95 long filenames.
  27.  
  28.      4.   Revised display in main module to show file sizes to nearest
  29.      kilobyte, rather than in units of the disk allocation size.
  30.  
  31.      5.   Revised Shift-O user Options menu to include option to turn off
  32.      DESCRIPT.ION file updating during file copying/moving/deleting/renaming.
  33.  
  34.      6.   In main module, added Backspace as a recognized keystroke in the G
  35.      and Alt-G "Goto..." commands.  If you are typing a file name and you mis-
  36.      type a letter, just backspace to recover the Goto string.
  37.  
  38.      7.   In the tree module, changed the logic for locating the ~TREES~
  39.      directory.  The first choice for creating a ~TREES~ directory will be in
  40.      the path specified by the environment parameter CF-CFG, if one has been
  41.      specified.  If CF-CFG has not been specified, then CMFiler will create
  42.      ~TREES~ in the root of C.
  43.  
  44.      ----- 5.54  -----
  45.  
  46.      1.   Revised the file display ordering options (Ctrl-O) menu to eliminate
  47.      option 0 (zero) added in ver 5.37d, which would order the executable
  48.      (.COM, .EXE, .BAT, .BTM) files at the top of the alphabetical directory
  49.      list.  Instead, the user is now allowed to specify a set of four
  50.      "preferred" file extensions by pressing E.  The user may set a switch
  51.      that causes these preferred files to be listed ahead of all other files,
  52.      regardless of the ordering option in force, 1 through 9.  This switch is
  53.      toggled with the letter P.
  54.  
  55.      2.   Corrected logic faults in file splitting routine, and improved error
  56.      handling.  Also added option to have files split at nearest end-of-line,
  57.      which is handy for splitting large text files.
  58.  
  59.      3.   Corrected logic fault which was causing incorrect assignment of file
  60.      attributes during copy in main module.
  61.  
  62.      4.   Improved the handling of errors during file deletions in main and
  63.      tree modules.
  64.  
  65.      5.   Revised ZIP/UNZIP and file splitting (Alt-S) to allow the use of a
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.           CMFiler -- Changes                 1-2             
  119.      single open panel as well as two panels.
  120.  
  121.      6.   Revised file copy and move to allow service from single open panel.
  122.      User specifies target path, which then opens in right panel before copy
  123.      or move is accomplished.
  124.  
  125.      7.   Added Jump command, which allows jumping to any path in either
  126.      panel.
  127.  
  128.      8.   Revised the file and tree deletion confirmation options to include
  129.      the keypress S, as well as Y and N.  S switches the deletion type from
  130.      hard to soft or from soft to hard before performing the deletion.
  131.  
  132.      9.   Revised the boot sector written onto floppy diskettes during
  133.      formatting, to redirect the boot process to the C drive, if available.
  134.      If you attempt a system bootup with a NoVaSoft-formatted floppy in the A
  135.      drive, and the BIOS boot preference is A, the boot sector program from
  136.      the diskette first checks the absolute integrity of the diskette boot
  137.      sector, before booting through to C.
  138.  
  139.      If the boot sector is corrupted, as it will be if the diskette has been
  140.      infected with a non-stealth boot sector virus like Michaelangelo, the
  141.      NoVaSoft boot code will pause the boot process and issue you a warning to
  142.      check your system for a boot sector virus.  You may ignore this warning
  143.      if you wish.
  144.  
  145.      If the diskette boot sector is intact, or if you choose to ignore the
  146.      corruption warning, the NoVaSoft boot code attempts to load and transfer
  147.      control to the boot sector code from the C drive hard disk.  In most
  148.      cases, this avoids the annoying "non-system diskette" message issued by
  149.      MS-DOS-formatted diskettes.
  150.  
  151.      10.  Cleaned up the logic in the error handling for diskette formatting
  152.      and copying, to better alert the user to the presence of write
  153.      protection, and to the attempted use of the incorrect media density 3.5"
  154.      diskette.
  155.  
  156.      11.  Changed method of assigning version numbers.  Version numbers will
  157.      now consist of the digits X.YZ, where X is the major revision number
  158.      (currently 5), Y is the last digit of the year, and Z is the quarter (1-
  159.      4) in which the version was released.  This version is being released in
  160.      the 4th quarter of 1995, hence it is 5.54.
  161.  
  162.      ----- 5.37d -----
  163.  
  164.      1.   Added to the file display ordering options (Ctrl-O menu) the choice
  165.      "0", which orders the executable files first, in the order .COM, .EXE,
  166.      .BAT and .BAT, followed by all other files in strict alphabetical order.
  167.  
  168.      2.   Added to the color palette selection menu (Ctrl-P) the option to set
  169.      a flag on files with today's date stamp, and custom colorized the
  170.      extension field of executable files.  When you leave the palette menu
  171.      with the Enter key, you will be asked if you want to flag today's files
  172.      and executables.  If you answer Yes, you will be given an opportunity to
  173.      edit the color scheme for the executable files.  The "today" flag is a
  174.      small square pip just in front of the extension field.
  175.  
  176.  
  177.           CMFiler -- Changes                 1-3             
  178.      3.   Added to the palette edit routines (Ctrl-P, E) the options to toggle
  179.      the high-intensity bit selectively for each color field.  The command "T"
  180.      in the color menu toggles between high- and normal-intensity foreground
  181.      color attribute.
  182.  
  183.      4.   Revised the display routines to show the time in 12-hour format,
  184.      with the letter "p" for post-meridian times. (Absence of a "p" implies
  185.      ante-meridian, including the hours from 12 midnight to 1 AM.)
  186.  
  187.      5.   When you select a disk containing deleted files in a ~TRASH~
  188.      directory the first time each new day, CMFiler asks if you want to leave
  189.      it alone, purge (hard-delete) its files, or view it.  Heretofore, if you
  190.      specified viewing ~TRASH~, you would be returned to the root directory
  191.      when you were finished, even if some other directory had been specified,
  192.      for example as an initial path parameter in the command line.  Now
  193.      CMFiler remembers the specified path, and returns to it after you leave
  194.      ~TRASH~ with the \ (Root) or P (Parent) command.
  195.  
  196.      6.   Added to the editor/viewer a pop-up ASCII table, called with the
  197.      command Ctrl-A.  Navigate through the table with the Arrow keys or mouse
  198.      to highlight a specific character, then type that character with Enter or
  199.      mouse left button.
  200.  
  201.      7.   Corrected a bug in the navigation routines in the tree module that
  202.      occasionally caused confusion when navigating using the Shift-Up/Down
  203.      arrows in a directory level in which one or more directories had been
  204.      deleted since the last tree refreshing operation.
  205.  
  206.      8.   Added to the main module a file splitter, called by Alt-S.  With the
  207.      target panel set up as the destination path for the split files, position
  208.      the cursor on a file in the source panel and press Alt-S.  CMFiler first
  209.      asks for confirmation that you desire to split the file into smaller
  210.      files, with extensions .A00, .A01, ..., .A99, .B00, etc.  The it asks for
  211.      the file size for the split files, in Kb.  Split files are created in the
  212.      target path, and the original file is left untouched in the source.
  213.  
  214.      ----- 5.37c -----
  215.  
  216.      1.   Added to the tree module a feature that captures to the C drive
  217.      (C:\~TREES~) an image file of the tree for each drive C or greater when
  218.      it is first accessed.  This image is then available for use as a quick
  219.      alternative to rereading the whole drive the next time the tree module is
  220.      entered and that drive is selected.  The image file loads the tree
  221.      structure in a fraction of the time it takes to read the whole drive and
  222.      construct the directory and file list.
  223.  
  224.      The first time this version is run in tree mode, CMFiler explains three
  225.      basic setup options to help the user use this new feature in the best
  226.      way.  In one option, you can tell CMFiler to ask permission to reread the
  227.      drive and refresh the tree image on file after copying a structure into
  228.      the drive tree.  It is often convenient, if you have several structures
  229.      to copy, to wait until the last before rereading the drive and refreshing
  230.      the tree image.
  231.  
  232.      The tree image can also be manually updated using Shift-R (Refresh tree).
  233.      The Tree image option menu can be brought up with Ctrl-O.
  234.  
  235.  
  236.           CMFiler -- Changes                 1-4             
  237.      2.   Added to the shareware edition a choice of registration forms -- one
  238.      form for direct orders to NoVaSoft, one form for credit card orders to
  239.      Public (software) Library.
  240.  
  241.      3.   Added full color selection capability.  Press Ctrl-P as previously
  242.      to select from four palettes.  However, each palette can be edited by
  243.      pressing E within the palette facility.  Each of five colors in the file
  244.      list display can be selected by arrowing around an 8x8 color array, and
  245.      pressing the spacebar when the desired color is reached.  The affect of
  246.      each selection is shown as the arrow is moved around the array, so no
  247.      guesswork is required.  This new facility is best used with both panels
  248.      open, and some files tagged in one of the panels, since the file tagging
  249.      color and both the source and target path line colors are independently
  250.      variable.  When finished editing one palette, hit Enter to return to the
  251.      original level of the palette facility, and either Enter to set that
  252.      palette as the default choice, or another key to rotate to the next
  253.      palette.  The editor and tree displays are not independently adjustable,
  254.      but take their colors from the current palette.
  255.  
  256.  
  257.      4.   Added a path alias facility to the main module.  This allows
  258.      assigning the commands Alt-1 through Alt-9 to your nine most frequently
  259.      used directories, for instant navigation from any other drive and path.
  260.      To assign a path to the alias list, first go to the subdirectory you want
  261.      to add, then press Alt-A (for Alias).  The Alias menu shows a list
  262.      numbered 1 through 9, each with a user-definable title and path.  Pick a
  263.      free number, press it and type in the title you want as your key for the
  264.      path.  Hitting Enter saves the alias.
  265.  
  266.      To navigate to that aliased path instantly, either press Alt- and the
  267.      number you assigned (if you remember), or press Alt-A, look over the
  268.      list, and while still holding down the Alt-key press the number.
  269.  
  270.      5.   The keys Del and Insert now have functions in the main and tree
  271.      modules.  Del is the same as D (Delete file(s) or directory).  Insert is
  272.      the same as M (Mkdir) if the cursor is on a directory, or F (make new
  273.      File) if the cursor is on a file).
  274.  
  275.      6.   Added Ctrl-W sWap panel command to tree module.
  276.  
  277.      7.   Adjusted all disk space calculations to accommodate multi-gigabyte
  278.      devices.
  279.  
  280.      8.   In the editor, enabled the option to use the keypad for numerical
  281.      input if NUM LOCK is on.
  282.  
  283.      9.   Optimized the disk access sequences in the file copying routines in
  284.      the main and tree modules to reduce to a minimum the number of separate
  285.      accesses for each file.  This reduces the time for floppy-to-floppy file
  286.      copying through the same diskette controller.
  287.  
  288.      ----- 5.37b -----
  289.  
  290.      1.   In editor, cleaned up the Home and End key logic, and spruced up the
  291.      left-right positioning logic for the cursor while moving up and down a
  292.      file.  Corrected other minor bugs.
  293.  
  294.  
  295.           CMFiler -- Changes                 1-5             
  296.      2.   Revised CMFiler's treatment of file attributes to set the DOS
  297.      Archive bit after editing, copying or appending files, in the same way as
  298.      COMMAND.COM does.
  299.  
  300.      3.   Rewrote documentation on "registration" to strengthen the idea that
  301.      the expected (and the legally required) action by users if they wish to
  302.      continue using the shareware edition of CMFiler past the evaluation
  303.      period is to "purchase" it -- i.e., to remit money.
  304.  
  305.      ----- 5.37a -----
  306.  
  307.      1.   Changed the routine that checks for valid drives in the system to
  308.      make it non-intrusive (it no longer has to access each drive), and to do
  309.      the check whenever the user requests a change of drives instead of just
  310.      during program initialization, in order to detect any dynamic changes in
  311.      system logical drive configuration during a session.
  312.  
  313.      2.   Added .BTM as an alternative batch file name for 4DOS users.
  314.  
  315.      ----- 5.37 -----
  316.  
  317.      In shareware edition, disabled the opening registration reminder screen
  318.      for the first 50 uses.  Between 51 and 100 uses, user is asked to press
  319.      the letter C to continue.  Beyond 100 uses, a key press from A to Z
  320.      (selected at random) is required to continue past the opening screen.
  321.      This measure is added to increase the evaluator's difficulty to
  322.      automatically bypass the opening reminder that shareware is a
  323.      distribution method based on trust and good faith, but that use beyond
  324.      the evaluation period invokes a registration obligation.
  325.  
  326.      Added a feature in the Rename routine in the main file services module to
  327.      permit swapping two file names.  If exactly two files are tagged when the
  328.      key R is struck, CMFiler asks if the user wants to swap their names.  If
  329.      the answer is no, CMFiler goes to the normal rename facility.
  330.  
  331.      Added a user-optional routine to the notes facility to "synchronize"
  332.      DESCRIPT.ION and NARATIVE.CF notes files if necessary each time the notes
  333.      facility is called to update the NARATIVE.CF file.  All existing entries
  334.      in either file are preserved.  This routine only adds unique entries from
  335.      either to the other.  Routine must be activated by resetting a switch on
  336.      the Shift-O user Options menu.
  337.  
  338.      In the DESC_NAR companion utility, added an option to import notes from
  339.      DIRN-???.DAT files created by the PC Magazine utility DIRNOTES into
  340.      CMFiler's NARATIVE.CF notes files.
  341.  
  342.      In editor, modified the Alt-F Find-string command to seed the search
  343.      string with the text word at the cursor.  Previous find string can be
  344.      reinstated with the Up Arrow key.  Also added a command, Ctrl-G (Goto
  345.      next same word), that repositions cursor to next appearance of the word
  346.      the cursor was on.  Ctrl-G recycles to the beginning of the file if
  347.      necessary.
  348.  
  349.      Added command Ctrl-W (for sWap), to swap panels in main module.
  350.  
  351.      Corrected a bug in the Shift-X and Shift-Fn commands inadvertently
  352.      introduced in version 5.36s.
  353.  
  354.           CMFiler -- Changes                 1-6             
  355.      ----- 5.36s -----
  356.  
  357.      Added color to the editor, in the same scheme as selected for the
  358.      main file services module.  Also added option for colored border
  359.      on VGA monitors when screen background is other than black.
  360.  
  361.      Added feature to diskette copier to make it easier to use previously
  362.      stored diskette images from the hard disk.  Select the directory
  363.      with the diskette image you want to use, and put the cursor on the
  364.      name of the image file before pressing Shift-K for disKopy.  Answer
  365.      the first question Yes, and the file name will be given as the default
  366.      in the data entry window.  Press enter to accept it, and continue with
  367.      the session.
  368.  
  369.      Increased from 9 to 35 the number of duplicate filenames that can be
  370.      soft-deleted and still accepted in the ~TRASH~ directory before
  371.      "saturation". As multiple files of the same name are renamed for storage
  372.      in ~TRASH~ during soft-delete, variations of the filename are attempted
  373.      in which the last character of the renamed file is first 1 through 9, and
  374.      then A through Z.  If all variations fail, the soft-delete reverts to
  375.      hard-delete for that file.
  376.  
  377.      Revised the support for PKZIP to allow ZIPping a long list of tagged
  378.      files.  The algorithm previously limited the number of files which could
  379.      be ZIPped to the number that would fit on the command line.  Algorithm
  380.      expanded to take advantage of PKZIP's @filelist feature for ZIPping large
  381.      numbers of tagged files.  CMFiler creates a temporary filelist, passes it
  382.      to PKZIP, and then erases it after the ZIP is complete. unlimited
  383.  
  384.      ----- 5.36r -----
  385.  
  386.      In diskette copying routine (disKopy), added option to save diskette
  387.      image as a file on the hard disk after reading master diskette, and to
  388.      use a previously saved image as the master for making new diskettes.
  389.  
  390.      To assist blind people using Gateway Braille displays, the character * is
  391.      printed in the column to the left of the filename to denote a normal-
  392.      tagged file (the character 1-9 or a-z was already printed to denote an
  393.      alt-tagged file), and the character denoting a directory is changed from
  394.      the graphics character ASCII 249 (a small dot in the center of the
  395.      character array) to a colon.
  396.  
  397.      ----- 5.36q -----
  398.  
  399.      Optimized file copying routines to save time, overwrite old file as a
  400.      data security measure.  Added mouse help info to Help screens.
  401.  
  402.      Revised editor exit routine to be clearer, to permit editing the save
  403.      file name, and to facility saves during a session.
  404.  
  405.      Added protection in file copying, deleting and editing routines for
  406.      "system" files equivalent to "read-only".
  407.  
  408.      ----- 5.36p -----
  409.  
  410.      Added feature to allow quick-executing .COM or .EXE files using Enter key
  411.      as well as Q. Double press of Enter or double click of mouse left button
  412.  
  413.           CMFiler -- Changes                 1-7             
  414.      while arrow symbol is highlighted in mouse bar executes file.
  415.  
  416.      ----- 5.36n -----
  417.  
  418.      Corrected longstanding bug that generate "access denied" errors when
  419.      attempting to copy certain files on network drives.
  420.  
  421.      ----- 5.36m -----
  422.  
  423.      Added quick printout of registration form in shareware edition (Ctrl-R).
  424.  
  425.      Added mouse speed adjustment to mouse menu in main module, corrected
  426.      minor bugs, and relabelled 5.36m (for "mouse").
  427.  
  428.      Disabled old file wiping prior to file copying and moving when wipe-file
  429.      option is set, based on a problem reported on one network.  File wiping
  430.      is still active during file deletion when wipe-file option is set.
  431.  
  432.      ----- 5.36e (Beta test version) -----
  433.  
  434.      Added mouse support for navigation and some commands.  The mouse features
  435.      stay dormant until the mouse is moved.  In the main module, the tree
  436.      display and the file list display in the tree module, a five-character
  437.      mini-mouse menu appears on the same line as the cursor and highlight,
  438.      showing five operations that can be clicked with the left button:
  439.  
  440.      o  The left-arrow character (ASCII 27) acts like the Enter key, for
  441.      directory navigation and file viewing. 
  442.      o  The three-line character (ASCII 240) pops a menu into the active
  443.      window. 
  444.      o  The up, down and left or right triangles act like PgUp, PgDn and Left
  445.      or Right Arrow for navigation.
  446.  
  447.      In the cases of file lists, the right button toggles the state of the
  448.      tag.  Several files can be tagged by holding down the right button and
  449.      dragging the mouse up or down the file list.
  450.  
  451.      The left button may in most cases be used to accept the default offering
  452.      in yes/no choices, same as the Enter key.
  453.  
  454.      In the editor/viewer, the left button has the same effect as the Enter
  455.      key.  Mouse movement navigates on the page like the arrow keys.  Holding
  456.      the right button down and moving the mouse up or down activates a
  457.      variable-speed scroll feature.
  458.  
  459.      The escape options in the editor have been revised to reduce the number
  460.      of keystrokes required to exit using the standard defaults (i.e., save
  461.      edit, do not reuse original date/time, do not save original as *.BKP, and
  462.      do not return to editor).  The keystroke X or Enter after Escape exits
  463.      the editor with the standard options.  To save the edited file but use
  464.      one of the non-standard exit options, press Y after Escape, and then pick
  465.      the options desired.
  466.  
  467.      ----- 5.36d -----
  468.  
  469.      Added * and ? wild cards to G and Alt-G "go to" functions in main module,
  470.      and ? wild card to "find text" functions in editor and tree.
  471.  
  472.           CMFiler -- Changes                 1-8             
  473.      Made filename display and Goto algorithm the same (name - extension) in
  474.      all sort modes.
  475.  
  476.      Soft-delete no longer changes file date/time stamp when moving files to
  477.      ~TRASH~ directory.  ~TRASH~ purge now cleans out all files, not just
  478.      those from yesterday and before.  D command is now taken to be hard-
  479.      delete for RAMDrives <10M, as for floppies.
  480.  
  481.      When expanded file size display is invoked by +, file size in bytes now
  482.      uses attribute field for the extra space needed, instead of time field.
  483.  
  484.      When exit with Esc, restores all drives to the paths that were current on
  485.      entry.  When exit with Alt-Q, leaves all drives set to current paths.
  486.  
  487.      The \ and keypad Enter keys on British keyboards now respond as
  488.      documented.
  489.  
  490.      "New drive" prompt now shows list of all valid drives.
  491.  
  492.      Added option in Shift-O menu to display file dates using the European
  493.      convention (dd-mm-yy).
  494.  
  495.      Ctrl-K adjusts cursor size, decrementally on each keystroke.  This is a
  496.      savable configuration parameter.
  497.  
  498.  
  499.      ----- 5.36c -----
  500.  
  501.      Added diskette copier (Shift-K for disKopy), which copies a master disk
  502.      from a floppy drive and makes as many exact images to formatted or
  503.      unformated blank diskettes as desired.
  504.  
  505.      Added floppy disk formatter (Shift-M for forMat), and expanded the
  506.      capability of the floppy fill function (shift-i) to accept unformatted
  507.      disks, including the first disk in the sequence.  Target panel need not
  508.      be selected to the drive filling to.  Floppy filler asks explicitly which
  509.      drive to fill to, and then sets up the target panel to that drive for
  510.      you, after formatting the first floppy (if needed).
  511.  
  512.      Corrected logic error and expanded capacity for notes from 600 to 1200
  513.      per directory, memory permitting.
  514.  
  515.      ----- 5.36b -----
  516.  
  517.      Options added to print fiLe facility:  Issue form feed at end; print
  518.      filename/date/time header on first page; provide left margin of 0, 5 or
  519.      10 spaces; route to printer 1 or 2 (LPT1 or LPT2).  Settings can be saved
  520.      to the .CFG configuration file to become the default offering for next
  521.      printout.
  522.  
  523.      ----- 5.36a -----
  524.  
  525.      New operators Ctrl-U/L/I added to editor.  Ctrl-U forces alphabetic
  526.      character at cursor to upper case, Ctrl-L forces to lower case, Ctrl-I
  527.      inverts.
  528.  
  529.      Limit removed on number of filenames displayed in viewing contents of
  530.  
  531.           CMFiler -- Changes                 1-9             
  532.      compressed files.  Display screen size increased, PageUp/Down added.
  533.  
  534.      File mask now blinks whenever it is other than *.*, as a visual cue that
  535.      what you see is not necessarily all that is there.
  536.  
  537.      Expanded file move command (Shift-C) to better accomodate cross-drive
  538.      file moves (reduced number of keystrokes).
  539.  
  540.      Added date/time stamp to directories in display, and corrected minor
  541.      anomalies.
  542.  
  543.      ----- 5.36 -----
  544.  
  545.      Corrected miscellaneous minor anomalies, and repackaged for major
  546.      release.
  547.  
  548.      ----- 5.35k -----
  549.  
  550.      Corrected miscellaneous minor bugs and anomolies.
  551.  
  552.      ----- 5.35j -----
  553.  
  554.      The permissible tree size was again increased, to 1700 directories, and a
  555.      minor bug in the routine that reverses the function of the high-intensity
  556.      bit was fixed.
  557.  
  558.      The default name assumed for Integrity Master's integrity data files, for
  559.      the purpose of protecting them against inadvertent overwriting, was
  560.      changed to ZZ##.IM, reflecting the default name assigned by Integrity
  561.      Master in version 1.24a and later.  This name can be changed using the
  562.      command Alt-I (for IDname, where "ID" stands for integrity data).
  563.  
  564.      ----- 5.35i -----
  565.  
  566.      The facility to view the file list within a compressed file has been
  567.      expanded and improved to now include .EXE files (on the assumption that
  568.      they are self-extracting files), and to find files in mixtures of
  569.      compression types packed together.
  570.  
  571.      An option has been added to the Shift-O user Options screen to allow the
  572.      action of the color attribute high-intensity bit to be inverted.  Some
  573.      LCD color monitors take the purpose of the high-intensity bit to be just
  574.      opposite the normal sense, ie, high intensity enable when bit is zero
  575.      instead of one.
  576.  
  577.      The permissible tree has been increased to 1000 directories from 505, to
  578.      accomodate large network directories.
  579.  
  580.      ----- 5.35g -----
  581.  
  582.      The command line color mode "V" (for VGA) is now recognized, in the form
  583.      of the argument @V, similar to the previous @C, @M, etc.
  584.  
  585.      Support for VGA 43/50-line display has been added, and may be invoked in
  586.      one of two ways:
  587.  
  588.      o  On the fly.  The Shift-O user Options screen has a new line to set 25,
  589.  
  590.           CMFiler -- Changes                 1-10             
  591.      43 or 50-line display, on the screen below the monitor line.  This line
  592.      can only be accessed if CMFiler senses a VGA card installed.  The choices
  593.      are 2,4 or 5.  Switch is stored immediately in the .CFG file for the next
  594.      execution of CMFiler.
  595.  
  596.      o  Through the command line.  Simply add 25, 43 or 50 to the argument @V
  597.      (or @C or @M).  This will override the previously recorded mode in the
  598.      .CFG file.
  599.  
  600.  
  601.      ----- 5.35f -----
  602.  
  603.      Further testing of CF's two sorting algorithms (the original bubblesort
  604.      and the more recently used quicksort) for speed in sorting large
  605.      directories reveals that neither one is superior under all conditions.
  606.      Therefore, the user has been given the option (letter A in Ctrl-O
  607.      Ordering menu) to select whichever one works best in the environment of
  608.      that user's file structure.  Much depends on the "natural" DOS order --
  609.      the order in which the directory was constructed, and in which DOS reads
  610.      the directory table.
  611.  
  612.      Quicksort works best for directories that already have a high degree of
  613.      natural order, or a high degree of disorder, and does poorly compared to
  614.      bubblesort in "lumpy" directories, which have clumps of ordered files
  615.      randomly arranged.  If you use principally one ordering scheme and both
  616.      algorithms are making you wait each time you read a large directory,
  617.      there is a way to cause DOS to reorder the directory table so that
  618.      quicksort in particular will do much better:
  619.  
  620.      -    Make a new directory on the same path in the same level as the
  621.      directory to be reordered, and select it in one panel. 
  622.  
  623.      -    Put the directory to be reordered in the other, and with the desired
  624.      ordering option selected, tag all the files and move them to the new
  625.      directory.  They will be moved in the order listed, and thus the
  626.      directory table being created will have a "natural" DOS order the same as
  627.      the one you most use.  ("Moving" is nothing more than renaming, so no
  628.      data reading/writing is involved, only directory table-making.)
  629.  
  630.      -    Delete the old directory, and rename the new one like the old.
  631.  
  632.      To be sure, disorder will creep back in, and this procedure may need to
  633.      be repeated.  However, the occasional time investment will be worth it
  634.      for the aggravation it will save waiting for sorts.
  635.  
  636.  
  637.      A "floppy fill" function has been added to the main module, called by
  638.      "Shift-I", which fills floppy diskettes in the drive selected in the
  639.      target panel with the tagged files from the directory in the source
  640.      panel.  Diskettes must be preformatted, but need not be empty.  User may
  641.      specify a margin in kb to reserve on each floppy.
  642.  
  643.      To use the floppy filling function:
  644.  
  645.      1.   Put the first diskette to be filled in drive A or B, and select that
  646.      drive in one panel.
  647.  
  648.  
  649.           CMFiler -- Changes                 1-11             
  650.      2.   Select the other panel to the directory containing the source files
  651.      to be copied.   Tag all the files to be copied (press A to tag them all),
  652.      and press Shift-I.  Specify number of kilobytes to hold in reserve on
  653.      each floppy.  (CF adds 2 just to be safe.)  Filling starts.
  654.  
  655.      3.   When each diskette is full, the files that were successfully copied
  656.      are untagged in the source panel, and, if there are still files to copy,
  657.      CF gives the choice of Escaping from the operation, or putting in a new
  658.      disk and pressing any other key to resume.  You may suspend the filling
  659.      with Esc, and then resume with Shift-I without loss of continuity as long
  660.      as you leave the tags in the source panel alone.
  661.  
  662.      This function is "semi-smart".  It first looks to see if any existing
  663.      files on the target floppy are the same as files tagged in the source,
  664.      and updates them as appropriate, untagging the corresponding source files
  665.      that matched.  Then it looks at the source for tagged files that will fit
  666.      in the remaining space on the floppy, and adds them until the floppy is
  667.      full.  Thus the floppy-fill can be used for updating a set of backups
  668.      previously created with the floppy-fill function.  
  669.  
  670.  
  671.      As a further safeguard against loss of data during file copying, if you
  672.      leave "soft" delete enabled, in addition to files that you "soft" delete
  673.      going to the ~TRASH~ trashcan directory, newer files that you overcopy
  674.      with older files also go to ~TRASH~, even after you confirm the action.
  675.  
  676.  
  677.      The method of ensuring against inadvertent carryover of unseen sensitive
  678.      or classified data during file copying through the slack space of the DOS
  679.      input/output buffers has been completely revised.  This protection is now
  680.      provided automatically all the time, cannot be switched off, and is
  681.      operating system-inndependent.  In fact, the method now used enhances the
  682.      speed of file copying by up to 10-20%.
  683.  
  684.      Consequently, the option "Clear I/O buffers if located?" in the Shift-O
  685.      screen is no longer needed, and has been replaced with the following:
  686.      "Wipe old files during HARD Delete, Copy and Move?"  When this is set to
  687.      Y, old files will be completely obliterated by overwriting all their data
  688.      with the continuous sequence "cfcfcf..." before deleting them using the
  689.      DOS file delete service.
  690.  
  691.      (As a point of information, the DOS "delete" service in fact only changes
  692.      the first character of the file name in the directory table, and the
  693.      cluster pointers in the file allocation table (FAT), and does NOT change
  694.      or erase any of the data clusters themselves.  Until they are overwritten
  695.      by some other file, in whatever order DOS chooses to reuse the freed-up
  696.      clusters, they are available for reading by any disk-scanning program
  697.      that looks at the disk with absolute sector reads, ignoring what the
  698.      directory table SAYS is on the disk.  Much of the Irangate evidence was
  699.      retrieved this way by investigators.  This new feature in CF guarantees
  700.      the obliteration of "deleted" data by overwriting all data in the file,
  701.      from beginning to end, with "cfcfcf..." before using the DOS delete
  702.      service.)
  703.  
  704.  
  705.      All runtime questions requiring a (y/n) respond from the user now also
  706.      offer a defauly, shown in capital letter at the cursor and chosen to
  707.  
  708.           CMFiler -- Changes                 1-12             
  709.      reflect the more likely response under the circumstances, or the more
  710.      conservative response from the standpoint of protecting files from
  711.      inadvertent deletion.
  712.  
  713.      For example, when deleting files(s) with D or Ctrl-D, the default
  714.      offering is Y in the confirmatory request, since it is more likely that
  715.      deletion is what you intended, and you did not hit the D or Ctrl-D key by
  716.      mistake.  On the other hand, N is the default offering if a Read-only
  717.      file is encountered during the delete operation, since assigning this
  718.      attribute is a normal way of providing extraordinary protection of
  719.      individual files, and if you are using the Read-only attribute correctly,
  720.      you should typically NOT want to delete the file.
  721.  
  722.      ----- 5.35e -----
  723.  
  724.      In the editor, a significant bug was corrected that resulted in loss of
  725.      part of the file if the user returned to the editor after saving the
  726.      file.
  727.  
  728.  
  729.      In the tree module, a logic fault that was blocking the Esc bailout
  730.      during file text searches.
  731.  
  732.  
  733.      In the main module, minor logic errors were corrected in the command line
  734.      support for masks.  
  735.  
  736.      ----- 5.35c -----
  737.  
  738.      In the main module, the file date/time change service has been expanded
  739.      to permit mass date/time setting by tagging a collection of files, and
  740.      pressing Alt-F as before.  If files are tagged, the user must then
  741.      confirm the desire to have all tagged files set to the same date/time
  742.      stamp.  The default values in the data entry windows are taken from the
  743.      topmost tagged file in the listing.
  744.  
  745.  
  746.      The logic which retains knowledge of the current cursor position in the
  747.      target directory during directory-altering operations, such as file
  748.      copying, has been refined to remove some anomalies.
  749.  
  750.      ----- 5.35b -----
  751.  
  752.      In the editor, to support easier updating of the on-disk file copy during
  753.      long editing sessions, a fourth option has been added to the Escape
  754.      sequence -- "Return to editor? (y/n)", with the default set to N, since
  755.      in most cases the user wants to leave the editor.  So to update the on-
  756.      disk copy of the file being edited, the following keystrokes might be
  757.      used in the middle of the editing session: Esc-Enter-Enter-Enter-Y.
  758.  
  759.  
  760.      In the main services file module, pressing Enter to view a .ZIP, .LZH,
  761.      .ARJ or .ARC file displays a listing of the names of all the files
  762.      compressed in that archive file (maximum of 60 file names).
  763.  
  764.  
  765.      In the main file services module, user now has the option to continue
  766.  
  767.           CMFiler -- Changes                 1-13             
  768.      copying or moving tagged files after a disk file creation/write/read
  769.      error, rather than having the operation automatically cancelled.  Also,
  770.      the error trapping routines were updated and one anomaly corrected.
  771.  
  772.      ----- 5.35a -----
  773.  
  774.      Different users on a network may now specify their own configuration
  775.      through the environment, by setting the environment parameter CF-CFG
  776.      before running the network copy of CMFiler.  For example, User 1 is
  777.      assigned logical drive U in the network, and User 2 drive V.  CF.COM and
  778.      CF.OVY are on drive C.  User 1 could execute CMFiler with a batch file
  779.      that reads:
  780.  
  781.           SET CF-CFG=U:\SETTINGS\CF.CFG
  782.           C:\PROGS\CF
  783.  
  784.      and User 2, using the same copy of CF.COM and .OVY, could execute:
  785.  
  786.           SET CF-CFG=V:\CONFIGS\CMFILER.CFG
  787.           C:\PROGS\CF
  788.  
  789.      In these two cases, of course, U:\SETTINGS and V:\CONFIGS must be valid,
  790.      existing paths.  The files CF.CFG and CMFILER.CFG need not already exist.
  791.      If it does not find the file in the path, CMFiler will create the file
  792.      the first time configuration data is saved.
  793.  
  794.  
  795.      Because of the incompatibility of the I/O buffer clearing feature with DR
  796.      DOS, a safeguard was added that detects DR DOS, and blocks the buffer
  797.      clearing option even if invoked by the user.
  798.  
  799.  
  800.      The "trash can" directory for "soft-deleted" files has been renamed from
  801.      "CF_TRASH.CAN" to "~TRASH~" for two reasons:  in at least one case, a
  802.      user's configuration included a TSR that caused system hangups in the
  803.      presence of directories with an extension in their name (even though this
  804.      is a perfectly legal DOS naming convention);  and several users asked for
  805.      a new trash can name that would appear as the last directory of their
  806.      listing, rather than in the middle of the listing. 
  807.  
  808.      ***NOTE***: This will be a nuisance to previous users the first time
  809.      running Version 5.35a or later, but will be worth it in the long run for
  810.      the neater directory list it will bring.
  811.  
  812.  
  813.      The upper limit of directory size was increased to 2400 in the main file
  814.      services module, and the sorting algorithm changed from a bubblesort to a
  815.      quicksort for improved speed.
  816.  
  817.  
  818.      In the editor, the action of the Home and End keys has been expanded as
  819.      follows:  the first press of Home/End goes to beginning/end of line, if
  820.      not already there;  the second press goes to top/bottom of page;  the
  821.      third press goes to beginning/end of file.
  822.  
  823.  
  824.      A function "Refresh panel from disk" (Shift-R) was added to the main file
  825.  
  826.           CMFiler -- Changes                 1-14             
  827.      services module, used when you change disks in a drive as a one-keystroke
  828.      alternative to N and the drive letter.  The similar function which
  829.      already existed in the tree module was remapped from Alt-R to Shift-R for
  830.      consistency.
  831.  
  832.      ----- 5.34d -----
  833.  
  834.      A new user option has been added to the Shift-O option facility to allow
  835.      turning off the automatic screen saver.
  836.  
  837.  
  838.      Two new ordering options have been added to the Ctrl-O ordering facility,
  839.      to permit ordering by file size, either smaller first or larger first.
  840.  
  841.  
  842.      The file mask (Ctrl M) in the main service module now only applies to the
  843.      panel the cursor was in when the mask was specified.  This is so that you
  844.      can apply different masks to the two panels.
  845.  
  846.      ----- 5.34c -----
  847.  
  848.      The NARATIVE.CF files, containing the file and directory notes, are well
  849.      protected from inadvertent overwriting or destruction within the CMFiler
  850.      environment.  However, there is no provision for their protection from
  851.      inadvertent erasure or overwriting in other environments, such as from
  852.      the DOS command processor.  To afford some level of protection, a switch
  853.      has been added to the user option (Shift-O) screen to let you set the
  854.      Read-Only attribute of the NARATIVE.CF files, in addition to the Hide
  855.      attribute.  Most command processors will prohibit deletion or writing to
  856.      Read-Only files.
  857.  
  858.      ----- 5.34b -----
  859.  
  860.      In trying other archive utilities in response to recent requests from
  861.      users, I have discovered that CMFiler has always (accidently) supported
  862.      LHA and ARJ, and perhaps others in addition to the PKWare utilities,
  863.      simply because they all use the same syntax in the command line, namely:
  864.  
  865.           archiver options archivefile file1[,file2,[...]]
  866.  
  867.      To clarify that other archivers may be supported by the Zip and Unzip
  868.      commands in the main module, I have revised the help screen and the F10
  869.      user-definition screen.  CMFiler still defaults to PKZIP and PKUNZIP
  870.      unless otherwise specified.  However, if you want to use ARJ or LHA
  871.      instead, press Shift-F10 from the main screen, and change both the fields
  872.      "Compress = " and " Extract = " to read "ARJ.EXE" or "LHA.EXE".  Add the
  873.      path to these file specs if ARJ/LHA is not on a path in the DOS path
  874.      environment.  Also make the "Compress Options = " line read "a" (this is
  875.      both ARJ's and LHA's way of knowing you want to add or create a .ARJ or
  876.      .LZH archive file), and the " Extract Options = " line read "x" (for
  877.      extract).  (Command line option parameters are necessary with ARJ and LHA
  878.      because, unlike the PKWare utilities which have separate compression and
  879.      extraction programs, the same program does both functions.)
  880.  
  881.      Use of LHA or ARJ by this facility is the same as use of the PKWare
  882.      utilities.  To compress, put the directory where you want the archive
  883.      file to be created or added to in one panel and tag the archive file to
  884.  
  885.           CMFiler -- Changes                 1-15             
  886.      be added to (if it exists); set up the other panel with the directory of
  887.      the files to be archived, and optionally tag them (if none are tagged,
  888.      the command line parameter defaults to *.*); press Z, check and edit the
  889.      command line paramters if desired, and press Enter.
  890.  
  891.      Extraction is easier.  Set up the target panel in the directory you want
  892.      the extracted files to go, put the cursor on the archive file, press U,
  893.      check the command line parameters, and press Enter.
  894.  
  895.      ----- 5.34a -----
  896.  
  897.      The naming convention for backup files, created with the command B in the
  898.      main module, has been changed so that the backup file will appear closer
  899.      alphabetically to the original file.  If the original file has a three
  900.      character extension, the third character will be replaced with a tilde
  901.      (~;  ASCII 126).  If the extension has less than three characters, it
  902.      will be padded with one or two exclamation points (!; ASCII 33, 1 larger
  903.      than blank), so that the third character can be a tilde.
  904.  
  905.  
  906.      When creating appended files (ie, Alt-tagging several files followed by
  907.      the command C to copy to the target, or B to copy to the source), a
  908.      default appended file name will be generated (name of the first file in
  909.      the append list plus extension APF). The user may edit this name before
  910.      the file is created.
  911.  
  912.      ----- 5.34 -----
  913.  
  914.      In the tree module, while the cursor is in the file list during a Show
  915.      files or Goto file command, several commands are available for disk
  916.      cleanup that mimic commands in the main module.  Files may optionally be
  917.      tagged with T or Spacebar, and then deleted individually (if no tags are
  918.      set) or as a group  with the D (soft) or Ctrl-D (hard) delete command.
  919.      The command A (tagAll) clears any tags set, or sets all tags, as in the
  920.      main module.
  921.  
  922.  
  923.      In the editor, the keypad map to the cursor movement functions is now
  924.      independent of Num Lock.  Shift-Up/Down Arrow moves to top/bottom of
  925.      current video page.  Gray+/Gray- function the same as Alt-Plus/Alt-Minus,
  926.      toggling the delimiter and bottom displays.
  927.  
  928.      ----- 5.33b -----
  929.  
  930.      Navigation and file-finding in the tree module was revised to follow the
  931.      "G" and "Alt-G" conventions of the main module:
  932.  
  933.      -   G ("Goto file") has replaced "F" as the file-finder command.
  934.      Pressing "G" commences a filename search, and as each letter in the
  935.      filename search string is typed, the tree and file list dynamically
  936.      adjust to highlight the matches and position the cursor to the directory
  937.      with the first match.  Mode is toggled off with G, Alt-G or Esc.
  938.  
  939.      -   Alt-G ("Goto directory") commences a directory name search in the
  940.      same fashion.  As each letter of the search string is typed, the matches
  941.      are highlighted dynamically and the display is adjusted so that the
  942.      topmost match is shown.  Mode sets for both panels, and stays until G,
  943.  
  944.           CMFiler -- Changes                 1-16             
  945.      Alt-G or Esc is pressed.
  946.  
  947.  
  948.      An anomaly was fixed to let the directory be re-read in its "natural" DOS
  949.      order after switching to Order mode 7.
  950.  
  951.  
  952.      An anomaly was fixed which prevented CF from checking the CF_TRASH.CAN
  953.      directory on execution.
  954.  
  955.  
  956.      A workaround was devised for an anomaly in the directory structure of
  957.      some netware, that prevented CF from navigating back through the parent
  958.      directory in the main module.
  959.  
  960.      ----- 5.33 -----
  961.  
  962.      The ZIP feature was revised to permit the use of either normal or Alt-
  963.      tags to denote which files to decompress.
  964.  
  965.  
  966.      The following improvements were made to the editor:
  967.  
  968.      -  The notation of typeover/insert mode and wrap/no wrap mode has been
  969.      shortened and moved to the upper right corner of the screen.  It stays on
  970.      the screen when the lower information area is blanked.
  971.  
  972.      -  On color monitors, the lower five lines of text (which become the top
  973.      five lines on PgDn) are in red vice white, to distinguish this area from
  974.      the "active" video page (the top 20 lines), and to help the eye find its
  975.      place in the text during scrolling.
  976.  
  977.      -  The exit defaults after editing have been adjusted so that most users
  978.      will be able to answer the three questions with three strokes of the
  979.      Enter key most of the time. (Yes, save this edit; No, don't reuse the
  980.      date/time stamp from the original file; No, don't save the original file
  981.      as *.BKP).
  982.  
  983.      -  You may switch from View mode to Edit mode within the editor, with the
  984.      combination Alt-S(witch mode).
  985.  
  986.  
  987.      In the tree module, on the Show files screen, Enter views the file (same
  988.      convention as main module), and Shift-Enter returns to the main module
  989.      with the cursor on that file name.
  990.  
  991.      ----- 5.32b -----
  992.  
  993.      The I/O buffer clearing feature was extended to support MS-DOS Ver 4 and
  994.      5.
  995.  
  996.  
  997.      The file 4DOS2CF.COM was added to the CMFiler collection, with its
  998.      companion documentation 4DOS2CF.DOC.  4DOS2CF does a directory-by-
  999.      directory search and coverts any 4DOS/NDOS notes (in files called
  1000.      DESCRIPT.ION) into CMFiler format, and appends them to existing (or
  1001.      creates new) NARATIVE.CF files.  This way, 4DOS/NDOS users don't have to
  1002.  
  1003.           CMFiler -- Changes                 1-17             
  1004.      reenter all their notes to take full advantage immediately of CMFiler's
  1005.      notes facility.
  1006.  
  1007.      ----- 5.32a -----
  1008.  
  1009.      Memory allocation logic error in the tree module was fixed.  This error
  1010.      resulted in fragmented memory for applications run from CMFiler after a
  1011.      call to the tree module.
  1012.  
  1013.  
  1014.      In the editor, a logic error was corrected which prevented use of the
  1015.      block move and copy operations when the screen lower information area was
  1016.      turned off.
  1017.  
  1018.  
  1019.      In the editor, the Home and End keys were redefined to move the cursor to
  1020.      the beginning or end of the line (same as Shift-Left and Right Arrow),
  1021.      rather than to the top or bottom of the current screen page, in keeping
  1022.      with the rest of the world.
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.           CMFiler -- Changes                 1-18             
  1063.